home *** CD-ROM | disk | FTP | other *** search
- Option Explicit
- ' Function Declarations
- Declare Function GetFocus Lib "User" () As Integer
- Declare Function SendMessage Lib "User" (ByVal hWnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Long
- Global maxcolwidth(4) As Integer
- Global maxrowheight(15) As Integer
- Global Const KEY_RETURN = &HD
-
-
-